home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Hyper / M-Md / MacABadge.cpt / MacABadge / card_3666.txt < prev    next >
Encoding:
Text File  |  1987-12-16  |  1.3 KB  |  66 lines

  1. -- card: 3666 from stack: in
  2. -- bmap block id: 8401
  3. -- flags: 0000
  4. -- background id: 2770
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=246 top=308 right=342 bottom=285
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 32650 / 32650
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual scroll left
  23.   go to next card
  24. end mouseUp
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=205 top=308 right=342 bottom=244
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1016 / 1016
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Prev
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual scroll right
  42.   go to previous card
  43. end mouseUp
  44.  
  45.  
  46. -- part 4 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=464 top=303 right=342 bottom=512
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 14953 / 14953
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: 
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   Get the userLevel
  61.   Set the userLevel to 1
  62.   visual effect iris close
  63.   go to card "IndexCard"
  64. end mouseUp
  65.  
  66.